Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: upgrade stripe api #1858

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

wip: upgrade stripe api #1858

wants to merge 1 commit into from

Conversation

alastair
Copy link
Member

Issue(s)
part of #1705

Description
to upgrade to py 3.12 we need to upgrade stripe, but the API we were using is no longer supported.

We can no longer charge users an arbitrary amount. We need to create a product and a price.
We still need to decide how we implement this in stripe - do we let users pick the price on the stripe site, or do we do it on freesound and dynamically create a price object?

With payment links, we can get payments from people without needing to first create a session from freesound, but we can't link additional data (credit name if they don't want their fs name).

In chat we discussed removing paypal and activating more payment types on stripe.

Deployment steps:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant